<!----------começa aqui--------------->
<SCRIPT language=JavaScript>
<!--
function abrir() {
if(navigator.appName=="Netscape"){
top=window.open("");
}
else if(navigator.appName=="Microsoft Internet Explorer"){
semx=window.open("","","toolbar=no,location=no,status=no,resizable=no,scrollbars=yes,menubar=no,fullscreen=1");self.focus();semx.resizeTo(410,250);semx.moveTo(180,200);
semx.location="http://www.codigofonte.com.br";
}
}
//-->
</SCRIPT>
<FORM>
<p align="center">
<INPUT style="FONT-SIZE: .5 pol; COLOR: #000000; " onclick=abrir() type=button value="abrir janela sem o x" font></p>
</FORM>
<!----------termina aqui--------------->